home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / internet / DOMPRO11 / DOMAIN.exe / 0 / RCDATA / TFORMMAIL / TFORMMAIL.txt < prev   
Encoding:
Text File  |  1998-02-01  |  3.3 KB  |  121 lines

  1. object FormMail: TFormMail
  2.   Left = 170
  3.   Top = 122
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Postman'
  6.   ClientHeight = 309
  7.   ClientWidth = 459
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 0
  19.     Width = 64
  20.     Height = 14
  21.     Caption = 'Owner Name'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 216
  25.     Top = 0
  26.     Width = 108
  27.     Height = 14
  28.     Caption = 'Owner e-mail address'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 16
  32.     Top = 40
  33.     Width = 72
  34.     Height = 14
  35.     Caption = 'Enter message'
  36.   end
  37.   object SpeedButton1: TSpeedButton
  38.     Left = 248
  39.     Top = 256
  40.     Width = 121
  41.     Height = 25
  42.     Caption = 'SEND MAIL'
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'Arial'
  46.     Font.Style = []
  47.     Glyph.Data = {
  48.       78010000424D7801000000000000760000002800000020000000100000000100
  49.       04000000000000000000120B0000120B00000000000000000000000000000000
  50.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  51.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  52.       3333333333333333333333333333333333333FFFFFFFFFFFFFFF000000000000
  53.       0000777777777777777707FFFFFFFFFFFF70773FF33333333F770F77FFFFFFFF
  54.       77F07F773FF3333F77370FFF77FFFF77FFF07F33773FFF7733370FFFFF0000FF
  55.       FFF07F333F77773FF3370FFF70EEEE07FFF07F3F773333773FF70F707FFFFFF7
  56.       07F07F77333333337737007EEEEEEEEEE70077FFFFFFFFFFFF77077777777777
  57.       77707777777777777777307EEEEEEEEEE7033773FF333333F77333707FFFFFF7
  58.       0733333773FF33F773333333707EE707333333333773F7733333333333700733
  59.       33333333333773333333333333333333333333333333333333330000}
  60.     NumGlyphs = 2
  61.     ParentFont = False
  62.     OnClick = SpeedButton1Click
  63.   end
  64.   object EditSendName: TEdit
  65.     Left = 16
  66.     Top = 16
  67.     Width = 185
  68.     Height = 22
  69.     ReadOnly = True
  70.     TabOrder = 0
  71.   end
  72.   object EditSendEmail: TEdit
  73.     Left = 216
  74.     Top = 16
  75.     Width = 233
  76.     Height = 22
  77.     ReadOnly = True
  78.     TabOrder = 1
  79.   end
  80.   object Memo1: TMemo
  81.     Left = 16
  82.     Top = 56
  83.     Width = 433
  84.     Height = 185
  85.     TabStop = False
  86.     TabOrder = 2
  87.   end
  88.   object BitBtn1: TBitBtn
  89.     Left = 376
  90.     Top = 256
  91.     Width = 75
  92.     Height = 25
  93.     Cancel = True
  94.     Caption = 'CANCEL'
  95.     ModalResult = 2
  96.     TabOrder = 3
  97.     Glyph.Data = {
  98.       78010000424D7801000000000000760000002800000020000000100000000100
  99.       04000000000000000000120B0000120B00000000000000000000000000000000
  100.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  101.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  102.       555557777F777555F55500000000555055557777777755F75555005500055055
  103.       555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  104.       5555577FF77577FF555555005050110555555577F757777FF555555505099910
  105.       555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  106.       3055577F75F77777575F55005055090B030555775755777575755555555550B0
  107.       B03055555F555757575755550555550B0B335555755555757555555555555550
  108.       BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  109.       50BB555555555555575F555555555555550B55555555555555750000}
  110.     NumGlyphs = 2
  111.   end
  112.   object MailStatus: TStatusBar
  113.     Left = 0
  114.     Top = 290
  115.     Width = 459
  116.     Height = 19
  117.     Panels = <>
  118.     SimplePanel = True
  119.   end
  120. end
  121.